home *** CD-ROM | disk | FTP | other *** search
Wrap
VERSION 2.00 Begin Form UpdateNotice BackColor = &H8000000F& BorderStyle = 1 'Fixed Single ClientHeight = 6090 ClientLeft = 4005 ClientTop = 1395 ClientWidth = 7305 ControlBox = 0 'False Height = 6465 Left = 3960 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 6090 ScaleWidth = 7305 Top = 1065 Width = 7395 Begin SSPanel UpdateNoticeBak Align = 1 'Align Top Alignment = 6 'Center - TOP BackColor = &H8000000F& BevelWidth = 2 FontBold = -1 'True FontItalic = 0 'False FontName = "Arial" FontSize = 10.5 FontStrikethru = 0 'False FontUnderline = 0 'False Height = 6090 Left = 0 TabIndex = 0 Top = 0 Width = 7305 Begin CommandButton CommandBtn Cancel = -1 'True Caption = "&Cancel" Height = 645 Index = 1 Left = 5655 TabIndex = 2 Top = 5235 Width = 1185 End Begin CommandButton CommandBtn Caption = "&Proceed" Default = -1 'True Height = 645 Index = 0 Left = 495 TabIndex = 1 Top = 5220 Width = 1185 End Begin SSFrame Frame3D1 Alignment = 2 'Center ForeColor = &H00000000& Height = 5100 Left = 120 TabIndex = 3 Top = 30 Width = 7065 Begin SSPanel UpdateListBak BackColor = &H8000000F& BevelOuter = 1 'Inset BevelWidth = 2 Height = 2970 Left = 165 TabIndex = 5 Top = 1905 Width = 6735 Begin ListBox UpdateList FontBold = -1 'True FontItalic = 0 'False FontName = "Courier New" FontSize = 9.75 FontStrikethru = 0 'False FontUnderline = 0 'False Height = 2910 Left = 30 TabIndex = 6 Top = 30 Width = 6675 End End Begin Label Label1 Alignment = 2 'Center BackStyle = 0 'Transparent Caption = "The database objects listed below will be added or updated as part of this patch. If you do not want to continue with this process, click on ""Cancel"" now. Otherwise, click on ""Proceed"" when you are ready to continue the patch process." FontBold = -1 'True FontItalic = 0 'False FontName = "Arial" FontSize = 11.25 FontStrikethru = 0 'False FontUnderline = 0 'False Height = 1410 Left = 450 TabIndex = 4 Top = 300 Width = 6150 End End End Option Explicit Sub CommandBtn_Click (Index As Integer) ProceedChoice = (Index = 0) Me.Visible = False End Sub Sub Form_Load () ProceedChoice = False CenterForm Me End Sub Sub Form_Unload (Cancel As Integer) Set UpdateNotice = Nothing End Sub